home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / island_fishing.swf / scripts / frame_63 / PlaceObject2_180_42 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2011-01-13  |  275b  |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.passable >= 1)
  3.    {
  4.       if(_root.fish >= _root.fishtotal)
  5.       {
  6.          _root.gotoAndPlay("level2");
  7.       }
  8.    }
  9.    if(_root.fish >= _root.fishtotal)
  10.    {
  11.       _root.hook._x = 226;
  12.       _root.hook._y = 102.4;
  13.    }
  14. }
  15.